Level Up Coding

Coding tutorials and news. The developer homepage gitconnected.com && skilled.dev && levelup.dev

Follow publication

How to implement Netflix slider with React and hooks

Patryk Andrzejewski
Level Up Coding
Published in
5 min readMar 7, 2019

--

💡Starting with container

The starting point: all of the elements are inside the container

💡Push them to the left side!

Step 1: Move all elements to the left

💡 Hmmm, now to the right!

Step 2: Move elements to the right

💡 Apply hover effect

Step 3: Scale up a particular one

💡 Show me what you have!

The content of the selected movie
Where is the gradient

💡 Where the React comes

Share logic by using context API

Use hooks to doing some calculations

Few words…

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Responses (6)

Write a response